home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / O Boy / Source / FinderAETE_da.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-21  |  422 b   |  34 lines  |  [TEXT/R*ch]

  1. #pragma once on
  2. /*
  3.     FinderAETE_da.h
  4.     © Bob Boylan 1996
  5.  
  6.     Revision History
  7.     MacHack 1996        initial creation
  8. */
  9. #include <AERegistry.h>
  10.  
  11. #include "AETE_da.h"
  12.  
  13.  
  14.  
  15.  
  16. class FinderAETE_da : public AETE_da
  17. {
  18. public:
  19.     // ctor,dtor
  20.                 FinderAETE_da();
  21.                 FinderAETE_da( AppAEObj_pd *inApp );
  22.  
  23.         virtual    ~FinderAETE_da();
  24.     
  25.     // access
  26.         virtual
  27.         vector<Elem_da>     GetElements( const DescType inClassID );
  28.     
  29.     
  30. protected:
  31.  
  32. private:
  33. };
  34.